Replies: 1 comment
-
The easiest way is to create a real entity in
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm creating a custom JHipster blueprint, and I want to include a custom built-in entity (for example, UserSettings) that should be generated automatically during the app generation process — similar to how JHipster includes the User or Authority entities by default.
The key point is that I don't want to define this entity using JDL. Instead, I want to programmatically inject it into the generation process as part of the blueprint logic, so the user doesn't need to explicitly create or import it.
I'm looking for a proper way to:
Beta Was this translation helpful? Give feedback.
All reactions